jade.content.lang.leap
Class LEAPCodec

java.lang.Object
  |
  +--jade.content.lang.Codec
        |
        +--jade.content.lang.leap.LEAPCodec

public class LEAPCodec
extends Codec

Author:
Federico Bergenti - Universita` di Parma

Inner classes inherited from class jade.content.lang.Codec
Codec.CodecException
 
Field Summary
static java.lang.String NAME
           
 
Constructor Summary
LEAPCodec()
          Constructor declaration
 
Method Summary
 AbsContentElement decode(byte[] content)
          Method declaration
 AbsContentElement decode(Ontology ontology, byte[] content)
          Method declaration
 byte[] encode(AbsContentElement content)
          Method declaration
 byte[] encode(Ontology ontology, AbsContentElement content)
          Method declaration
 
Methods inherited from class jade.content.lang.Codec
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Constructor Detail

LEAPCodec

public LEAPCodec()
Constructor declaration
Method Detail

encode

public byte[] encode(Ontology ontology,
                     AbsContentElement content)
              throws Codec.CodecException
Method declaration
Overrides:
encode in class Codec
Parameters:
ontology -  
content -  
Returns:
 
Throws:
CodecException -  
See Also:

decode

public AbsContentElement decode(Ontology ontology,
                                byte[] content)
                         throws Codec.CodecException
Method declaration
Overrides:
decode in class Codec
Parameters:
ontology -  
content -  
Returns:
 
Throws:
CodecException -  
See Also:

decode

public AbsContentElement decode(byte[] content)
                         throws Codec.CodecException
Method declaration
Overrides:
decode in class Codec
Parameters:
content -  
Returns:
 
Throws:
CodecException -  
See Also:

encode

public byte[] encode(AbsContentElement content)
              throws Codec.CodecException
Method declaration
Overrides:
encode in class Codec
Parameters:
content -  
Returns:
 
Throws:
CodecException -  
See Also: